Download Zeta Engine

Description

A simple 3D game engine I'm writing mostly for personal/educational purposes but open for to anyone use. It is written in C++ using DirectX and Havok physics engine.The project will also include games I write with the engine.

Icons

Zeta Engine

Source Files

The download file zetaengine.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Labyrinth Shooter/Labyrinth Shooter.sln// w  w  w .j  a  va  2s .  c o  m
Labyrinth Shooter/Labyrinth Shooter.suo
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Base/Entities/BasicEntity.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Base/Entities/DrawableEntity.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Base/Entities/DrawablePhysicsEntity.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Base/Entities/LogicalEntity.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Base/Screens/GameScreen.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Base/Screens/PhysicsScreen.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Base/Screens/ScreenManager.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/DrawingSystem/CircleBrush.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/DrawingSystem/DrawingHelper.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/DrawingSystem/EllipseBrush.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/DrawingSystem/LineBrush.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/DrawingSystem/PolygonBrush.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/DrawingSystem/RectangleBrush.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Entities/Camera.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Entities/Player.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Entities/Tile.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Game.ico
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/GameThumbnail.png
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Interface/InputManager.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter.csproj
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter.csproj.Debug.cachefile
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter.csproj.user
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/LabyrinthShooter.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/PhysicsSimulatorView.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Program.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Properties/AssemblyInfo.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth Shooter/Screens/PlayScreen.cs
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Fonts/detailsFont.spritefont
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Fonts/diagnosticFont.spritefont
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Fonts/frameRateCounterFont.spritefont
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Fonts/gamefont.spritefont
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Fonts/menufont.spritefont
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Labyrinth Shooter Content.contentproj
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Labyrinth Shooter Content.contentproj.user
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Textures/Metal01.jpg
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Textures/Metal01_32.jpg
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Textures/Metal01_64.jpg
Labyrinth Shooter/Labyrinth Shooter/Labyrinth ShooterContent/Textures/Player_32.png
ZetaEngine/ZetaGames/TestCase/Resources.rc
ZetaEngine/ZetaGames/TestCase/TestCase.cpp
ZetaEngine/ZetaGames/TestCase/TestCase.vcxproj
ZetaEngine/ZetaGames/TestCase/TestCase.vcxproj.filters
ZetaEngine/ZetaGames/TestCase/TestCase.vcxproj.vspscc
ZetaEngine/ZetaGames/TestCase/resource.h
ZetaEngine/ZetaGames/TestCase/stdafx.cpp
ZetaEngine/ZetaGames/TestCase/stdafx.h
ZetaEngine/ZetaGames/TestCase/targetver.h
ZetaEngine/ZetaGames/ZetaEngine/EngineCore.cpp
ZetaEngine/ZetaGames/ZetaEngine/EngineCore.h
ZetaEngine/ZetaGames/ZetaEngine/GameWindow.cpp
ZetaEngine/ZetaGames/ZetaEngine/GameWindow.h
ZetaEngine/ZetaGames/ZetaEngine/GameWindowClass.cpp
ZetaEngine/ZetaGames/ZetaEngine/GameWindowClass.h
ZetaEngine/ZetaGames/ZetaEngine/Havok.h
ZetaEngine/ZetaGames/ZetaEngine/Resources.rc
ZetaEngine/ZetaGames/ZetaEngine/Vertices.h
ZetaEngine/ZetaGames/ZetaEngine/ZetaEngine.vcxproj
ZetaEngine/ZetaGames/ZetaEngine/ZetaEngine.vcxproj.filters
ZetaEngine/ZetaGames/ZetaEngine/ZetaEngine.vcxproj.vspscc
ZetaEngine/ZetaGames/ZetaEngine/config.h
ZetaEngine/ZetaGames/ZetaEngine/resource.h
ZetaEngine/ZetaGames/ZetaEngine/stdafx.cpp
ZetaEngine/ZetaGames/ZetaEngine/stdafx.h
ZetaEngine/ZetaGames/ZetaEngine/targetver.h
ZetaEngine/ZetaGames/ZetaGames.sln
ZetaEngine/ZetaGames/ZetaGames.vssscc
ZetaEngine/ZetaGames/ZetaWindows/MessageHandler.cpp
ZetaEngine/ZetaGames/ZetaWindows/MessageHandler.h
ZetaEngine/ZetaGames/ZetaWindows/PeekHandler.cpp
ZetaEngine/ZetaGames/ZetaWindows/PeekHandler.h
ZetaEngine/ZetaGames/ZetaWindows/Window.cpp
ZetaEngine/ZetaGames/ZetaWindows/Window.h
ZetaEngine/ZetaGames/ZetaWindows/WindowClass.cpp
ZetaEngine/ZetaGames/ZetaWindows/WindowClass.h
ZetaEngine/ZetaGames/ZetaWindows/ZetaWindows.vcxproj
ZetaEngine/ZetaGames/ZetaWindows/ZetaWindows.vcxproj.filters
ZetaEngine/ZetaGames/ZetaWindows/ZetaWindows.vcxproj.vspscc
ZetaEngine/ZetaGames/ZetaWindows/stdafx.cpp
ZetaEngine/ZetaGames/ZetaWindows/stdafx.h
ZetaEngine/ZetaGames/ZetaWindows/targetver.h

Download

Click the following link to download zetaengine.zip.

zetaengine.zip




















Home »
  C# Free Code »
    Game »




DirectX
Game
Minecraft
Warcraft
Xbox
XNA