feat: Begin writing README.md

- Create the Ryujin README.md with current features, planned features, demos, and more.
This commit is contained in:
keowu
2025-07-03 20:55:55 -03:00
parent a574e90401
commit c678458745
4 changed files with 41 additions and 6 deletions

View File

@@ -71,16 +71,16 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>..\..\compiled\release</OutDir>
<OutDir>..\compiled\release</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>..\..\compiled\release</OutDir>
<OutDir>..\compiled\release</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>..\..\compiled\release</OutDir>
<OutDir>..\compiled\release</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>..\..\compiled\release</OutDir>
<OutDir>..\compiled\release</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>