Skip to content

chc4/IntenseLogic

 
 

Repository files navigation

IntenseLogic

IntenseLogic is a set of libraries for developing a game or game engine written in C99, which runs on Linux, Windows, and OS X.

Libraries

Graphics

A 3D graphics library for rendering scenes using OpenGL, which runs on its own thread.

Supports deferred shading and custom renderers.

Contains simple GUI support, including a fully featured text renderer using Cairo, HarfBuzz, and FreeType2. It is capable of correctly rendering almost any language, provided the loaded font supports it.

Asset

A VFS layer with importers for PNG and OBJ formats.

Common

Contains some stuff that the other libraries depend on, such as a container for objects placed in the world.

Util

Some generally useful stuff (logging, uthash, macros)

Math

Contains all that stuff useful for 3D graphics: vectors (3/4d), matrices, quaternions

Screenshots

Bouncing Lights Demo

Documentation

(very out of date)

Building

Compile using SCons.

List of Dependencies:

See the Wiki for help building.

Contact

IRC

Web Chat

Host: irc.freenode.net
Channel: ##codelab

Twitter

@tiffany_public

License

Copyright (c) 2012 Intense Logic Development Team

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.

  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

  3. This notice may not be removed or altered from any source distribution.

Releases

No releases published

Packages

No packages published

Languages

  • C 74.4%
  • Lua 17.9%
  • CSS 3.0%
  • C++ 2.4%
  • Python 1.8%
  • Shell 0.3%
  • Graphviz (DOT) 0.2%