![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
▼ examples | |
ex_common.c | |
ex_configfile.c | |
ex_exceptions.c | |
ex_gui_dictionary.c | |
ex_gui_netclient.c | |
ex_gui_netserver.c | |
ex_gui_particles.c | |
ex_hash.c | |
ex_list.c | |
ex_log.c | |
ex_monolith.c | |
ex_network.c | |
ex_network.h | Nilorea Library n_network api test |
ex_nstr.c | |
ex_pcre.c | |
ex_signals.c | |
ex_threads.c | |
ex_zlib.c | |
▼ include | |
▼ nilorea | |
n_3d.h | Simple 3D movement simulation |
n_allegro5.h | Allegro5 helpers |
n_anim.h | Animations graphics and animations parameters |
n_common.h | Common headers and low-level hugly functions & define |
n_config_file.h | Config file reading and writing |
n_enum.h | Macro to build enums and their tostring counterparts, a reduced version of https://github.com/FredBienvenu/SmartEnum |
n_exceptions.h | Exception management for C |
n_games.h | Games helpers functions |
n_hash.h | Hash functions and table |
n_iso_engine.h | Map loading, saving, with objects, animations, .. |
n_list.h | List structures and definitions |
n_log.h | Generic log system |
n_network.h | Network Engine |
n_network_msg.h | Network messages , serialization tools |
n_nodup_log.h | Generic No Dup Log system |
n_particles.h | Particles management |
n_pcre.h | PCRE helpers for regex matching |
n_signals.h | Signals general handling with stack printing, from https://gist.github.com/jvranish/4441299 |
n_stack.h | |
n_str.h | N_STR and string function declaration |
n_thread_pool.h | Thread pool declaration |
n_time.h | Timing utilities |
n_user.h | USERS handling for tiny game apps |
n_zlib.h | ZLIB compression handler |
nilorea.h | Header for a monolith use |
▼ src | |
n_3d.c | 3D helpers, vector |
n_allegro5.c | Allegro5 helpers |
n_anim.c | Anim functions |
n_common.c | Common function |
n_config_file.c | Common function |
n_exceptions.c | ExceptionContextList management for C |
n_games.c | Games helpers functions |
n_hash.c | Hash functions and table |
n_iso_engine.c | Map loading, saving, with objects, animations, .. |
n_list.c | Pointer list functions definitions |
n_log.c | Generic logging system |
n_network.c | Network Engine |
n_network_msg.c | Network messages function Network Engine |
n_nodup_log.c | Generic no duplicate logging system |
n_particles.c | Particle function file for SantaHack 2012 |
n_pcre.c | PCRE helpers for regex matching |
n_signals.c | Signals general handling with stack printing |
n_stack.c | Stack functions definitions |
n_str.c | String function Everything you need to use string is here |
n_thread_pool.c | Thread pool functions |
n_time.c | Common time function |
n_user.c | USERS fonctions |
n_zlib.c | ZLIB compression handler |