Neil's Framework Code
A C++ multimedia library/framework for fast, easy development
Brought to you by:
frozenfog
File | Date | Author | Commit |
---|---|---|---|
nf | 2013-06-20 |
![]() |
[7699c5] Changed nfError so that instead of producing a ... |
NeilsFramework.h | 2013-06-08 |
![]() |
[3b9d01] Added the new nfAnimSheet class, which allows f... |
ReadMe.txt | 2013-05-09 |
![]() |
[cbe797] Removed ReadMe.txt versioning |
main.cpp | 2013-06-08 |
![]() |
[3b9d01] Added the new nfAnimSheet class, which allows f... |
Neil's Framework Written by Neil Flodin To report bugs, feature requests, and other feedback, please e-mail Neil at "nflodude@gmail.com" "Neil's Framework" is a simple multimedia wrapper for the Allegro 5 library written in C++, and released as both headers and source files. It is cross platform, as is Allegro 5. It allows for more modular, rapid approaches to developing high-quality, OpenGL accelerated multimedia applications, its primary niche being with video games. For an example, please view the "main.cpp" file, which should give a basic understanding of how to use the library in your own code. The license for "Neil's Framework" is as follows: Copyright (C) 2013 By Neil Flodin 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. This software uses Allegro 5, which is released under the zlib license. For a copy of that license, please visit "http://www.gzip.org/zlib/zlib_license.html".