-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Added new project
- Loading branch information
Showing
6 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
import Icon, { type Props as IconProps } from "./Icon.astro"; | ||
type Props = Pick<IconProps, "iconClasses">; | ||
const { iconClasses } = Astro.props; | ||
--- | ||
|
||
<Icon pack="logos" name="blender" iconClasses={iconClasses} title="Svelte" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
import Icon, { type Props as IconProps } from "./Icon.astro"; | ||
type Props = Pick<IconProps, "iconClasses">; | ||
const { iconClasses } = Astro.props; | ||
--- | ||
|
||
<Icon pack="logos" name="threejs" iconClasses={iconClasses} title="Svelte" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: "FEUPer Wave" | ||
description: "FEUPer Wave is a game developed for the 3rd delivery of SGI. The objective of this delivery was to develop a racing game using the Three.js library. The theme chosen was inspired by Tron and the rest of the scene has a \"vapor wave\" feel (hence the name). The models were all developed in Blender." | ||
shortDescription: "Game developed for the 3rd delivery of SGI" | ||
upstreamLink: "https://github.com/ttoino/feup-sgi" | ||
previewImage: "./images/sgi.png" | ||
deployment: | ||
url: "https://sgi.toino.pt/tp3" | ||
academicData: | ||
course: | ||
code: SGI | ||
fullName: "Graphical and Interactive Systems" | ||
year: "2023/2024" | ||
semester: 1 | ||
# marks: 16.7 | ||
techStack: | ||
- "javascript" | ||
# - "threejs" | ||
- "blender" | ||
otherMembers: | ||
- name: "João Pereira" | ||
githubUrl: "https://github.com/ttoino" | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters