Giter Site home page Giter Site logo

kaliumn's Introduction

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) - [email protected]
Distributed under the MIT license. See LICENSE for more information.

kaliumn's People

Contributors

kai-kj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

vect0rz

kaliumn's Issues

Git - Permission Denied on demos/colors/demo.exe

Hello,

on fresh clone from a fully up-to-date fork on the project I get the following error
image

And this stays as it's modified
image

Remove and re-clone does not help.
I've tried a couple of different scenarios as:

  1. Running git bash as administrator
  2. Trying git checkout -- . (returns same error)

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.