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

pokepetter/ursina_css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ursina CSS

Ursina CSS is a subset of ursina running in the browser. You are however limitied to only 2D and basics like entities, buttons and text.

When creating your game add the ursina and the Brython-<version> folders and the .nojekyll, index.html and start_server.bat files in your root directory. You can then simply code your game as a standard game and then open start_server.bat (Windows) or open your terminal, navigate to your game directory and run python3 -m http.server <port>. If you do not specify the port, it will be by default 8000. You then just need to open your browser to localhost:<port> and enjoy.

Implemented Features:

  • Entity
  • Button
  • Text
  • camera
  • color
  • Sequence
  • window
  • mouse
  • raycast
  • rotation
  • Tilemap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published