Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

ief015/PseudoWire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE - READ FIRST

This is the source code for an old project of mine called Pseudo Wire, which was created while I was learning how to program in C++ a few years back. Here, by request, I've uploaded the source as it was where I last left off. The code you see here may be poorly formatted, poorly designed, riddled with bugs, or outright uncompilable.

This project source is for educational purposes, but you may do as you wish with it. Just don't steal it!

This project uses SFML (Simple Fast Multimedia Library), TinyXML, and a slightly modified version of Lua 5.1.4.

LINKS

LICENSE (zlib)

Copyright (c) 2014 Nathan Cousins

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.