Ice Libs Save Abandoned

Collection of cross-platform single-header C libraries for doing a lot of stuff! (Still WIP)

Project README

ice_libs

NOTE 1: This project is into continuous development in dev branch and everyone are welcome to join development, Thanks for patience...

NOTE 2: Due to time constraints and studies the development of the project may get stalled for some time but it will not be stopped and lot of stuff have to be made, Thanks for patience...



Collection of Cross-Platform Single-Header C libraries for doing a lot of stuff! (Still WIP)


Brief and Goals

ice_libs is collection of Cross-Platform Single-Header C libraries for doing a lot of stuff...

Libraries were originally designed to cover what other Single-Header libraries miss (ex. sokol_time.h does not have Sleep function...) and in the same time it tries to stick to the oldest C standard ANSI C (C89) as best as possible, Except if libraries were in need to do the implementation in C99, C++ (BeOS/Haiku, BlackBerry 10, UWP), or even Objective-C (Apple Platforms)

The libraries can detect the platform automatically to provide the suitable implementation, As they are able to run on any platform possible to implement like Mobile, Desktop, Web, Embeddable Platforms, and even Game Consoles (via Homebrew SDKs) with goal of keeping the portability and abstraction of them, Empowering softwares with high-level and user-friendly optimized API that does the same job without any changes required...

Also, The libraries are designed to be bindings-friendly so the developer can write/generate bindings for his favourite programming language with ease and no pain, And allows developers to do some customizations on their own like changing the call convention or changing default memory allocation functions, Giving the developers a full power to write softwares the way they like...

The libraries are Dual-Licensed, The developer can choose between MIT or Public Domain depending on his preferences, See license here and if he is interested in more info he can check out the docs here

Also the Discord Server can be found here

Story

ice_libs originally started by Rabia Alhaffar in March 2021 when he was working on gamepad input support for a project called fegame, Which would be a Cross-Platform game framework that leverages a lisp-like scripting language called fe

At that time Rabia saw a project called gainput which represents his idea, But it's written in C++ and had bit of bugs and doesn't even support some platforms! (like BSD)

So at that time he started with library called crosspad.h that designed to be a cross-platform gamepad input library, Which later evolved into ice_joy.h as the first ice_libs library being in development, Then in April he decided to stop working on fegame in order to extend the project workspace to have more libs and form ice_libs!

Libraries

For the list of libraries see here

License

ice_libs is dual-licensed, Choose the one you prefer!

------------------------------------------------------------------------
LICENSE A - PUBLIC DOMAIN LICENSE
------------------------------------------------------------------------
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org/>

------------------------------------------------------------------------
LICENSE B - MIT LICENSE
------------------------------------------------------------------------
Copyright (c) 2021 - <Present> Rabia Alhaffar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Special Thanks

  1. r-lyeh, Eduardo Bart, André L. Alvares, and Nicolas Sauzede for encouraging me to work on this!
  2. Together C and C++ Discord Server community, They are very amazing and helped me when got stuck.
  3. Sean Barrett, Dominik Madarász, Andre Weissflog, and Micha Mettke as i got inspiration from their libs to work on my own!
  4. younlok for logos.
  5. Also it worth mentioning Amir Rajan and Ramon Santamaria for their help!
  6. Everyone including you!
Open Source Agenda is not affiliated with "Ice Libs" Project. README Source: Rabios/ice_libs
Stars
127
Open Issues
0
Last Commit
7 months ago

Open Source Agenda Badge

Open Source Agenda Rating