Skip to content

Empty project on Murder engine 🫧 With 3D support

License

Notifications You must be signed in to change notification settings

saint11/hellomurder3d

 
 

Repository files navigation

Murder logo

Your hello world (3d) in Murder Engine!

This is a fork of Hello Murder that showcases how to add a custom importer and render. Using a simple 3d .obj as example

Welcome to this fantastic experience that is trying out your very first game with the Murder Engine.

💾 Enlisting

This uses git submodules for the engine references. Make sure that all the submodule directories are up-to-date:

git clone --recurse-submodules https://github.com/isadorasophia/hellomurder

or, after cloning:

git submodule update --init --recursive

⚙️ How to build it?

We should have (at one point) more documentation explaining the onboarding process of creating a new project with Murder. The main purpose of this project is to serve as a baseline when quickly starting with a fresh new game on the engine.

> Terminal

cd src/HelloMurder.Editor
dotnet build
dotnet run

> Visual Studio

Open HelloMurder.sln on Visual Studio 2022, set HelloMurder.Editor as startup project and hit F5. 🎉

🎮 How do I play the game?

You can either press F5 in the editor or switch the startup project to HelloMurder. And that's it!

About

Empty project on Murder engine 🫧 With 3D support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%