Skip to content
/ Elffy Public
forked from ikorin24/Elffy

C# 2D/3D OpenGL-based Game Engine 🍉

License

Notifications You must be signed in to change notification settings

Myeeoo/Elffy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elffy

Now Developing !!! Coming Soon...

概要

OpenGL ベースの C# 製の ゲームエンジン

現在開発中ですので、容易に実装やAPIは変更されます。

.NET6 + OpenGL のため、理論上はクロスプラットフォームで動作しますが未確認です。

ディレクトリ構造

src/Elffy.sln : 全体のソリューション

src/Elffy.Engine/Elffy.Engine.csproj : ゲームエンジン本体のプロジェクト (dll)

src/Sandbox/Sandbox.csproj : ゲームエンジンを実際に使った動作確認サンプル (実行可能バイナリ)

src/以下にその他関連プロジェクト、関連ファイル

ビルド及び実行は Windows10, Visual Studio 2022 からしか確認していません。

サンプル

上記のSandbox.csprojをビルドして実行してください。

$ git clone https://github.com/ikorin24/Elffy.git
$ dotnet run -c Release -p Elffy/src/Sandbox/Sandbox.csproj

Other licensed products

See NOTICE file.

About

C# 2D/3D OpenGL-based Game Engine 🍉

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%