chomik.tech

The Chomik project is (currently) built with the autotools, i.e. aclocal, autoconf, automake and autoheader.

The project source code is stored in the directories:

  • inc - the header files
  • src - the libchomik library and chomik - the Chomik interpreter
  • src2 - the sdl_chomik - a Chomik dialect based on the SDL2 graphic libraries.
  • src3 - the libhttpchomik library used to produce the Chomik based sandbox HTTP servers
  • src4 - the http_chomik and the fancy_http_chomik - two sandbox HTTP servers based on the libhttpchomik library

The project contains also other directories:

  • 3d
  • css
  • examples - some examples for chomik and sdl_chomik
  • font - the PlayFairDisplay fonts used by sdl_chomik
  • image - the images used by sdl_chomik
  • tests - the test scripts