Skip to content
/ kaliumn Public

A simple library that makes it easier to develop Windows console applications

License

Notifications You must be signed in to change notification settings

kal39/kaliumn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

kaliumn

A simple single-header-file library that makes it easier to develop Windows console applications with c




This library is still in a very early state. Any feedback or sugestions are welcome!


Compiling

Include kaliumn.c and kaliumn.h with your project and link winmm when compiling.

At the top of your c file:

#include "kaliumn.h"

When compiling (MinGW):

gcc [file-name].c kaliumn.c -o [file-name] -lwinmm

Usage

Please refer to Wiki/Basics and Wiki/Functions.

Examples

mouse position
get mouse position relative to screen

bouncing ball width=
display and animate textures with high fps

calculator
make a simple gui with minimal code

For more examples and code see Wiki/Examples.

Texture Editor (wip)

The Texture Editor can bu used to easily make textures that can be used by Draw().
Please refer to the Wiki for more imformation.

Contributing

Any contributions are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/cmd.h)
  3. Commit your Changes (git commit -m 'Add some cmd.h')
  4. Push to the Branch (git push origin feature/cmd.h)
  5. Open a Pull Request

k390983(https://github.com/k390983) - kaikitagawajones@gmail.com
Distributed under the MIT license. See LICENSE for more information.

About

A simple library that makes it easier to develop Windows console applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published