technically works: Perspective, matrices, other fun stuff

This commit is contained in:
mtgmonkey
2025-12-02 19:35:44 +01:00
parent ed61ff3868
commit d5719e36ba
13 changed files with 226 additions and 112 deletions

17
src/Haskengl/Update.hs Normal file
View File

@@ -0,0 +1,17 @@
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
-- | Contains update logic
module Haskengl.Update (update) where
-- IMPORTS --
import Relude
import Haskengl.Types
-- UPDATE --
update :: Model -> Model
update model@(Model objects) =
model