Skip to content

Commit a81295e

Browse files
committed
naziv
1 parent f85c8b1 commit a81295e

2 files changed

Lines changed: 9 additions & 17 deletions

File tree

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
# Create 3D worlds
1+
# Three.js Games (formerly Create 3D worlds)
22

3-
A library of reusable Three.js components that you can play with.
4-
5-
Over the years, I have gathered Three.js examples from various sources and modified them to be reusable.
6-
7-
Unlike other cool Three.js examples that you can just look at, here you can combine different elements and create new scenes. To begin with, you can replace any model or character in these examples.
8-
9-
I hope you will have as much fun as I did making this.
10-
11-
Developed by [mudroljub](https://twitter.com/mudroljub).
3+
A library of reusable Three.js game components.
124

135
## Start
146

@@ -60,4 +52,4 @@ and other respected sites.
6052

6153
Game UI: https://ronenness.github.io/RPGUI/
6254

63-
If I have missed some source, please let me know. I've been following various books, courses, repositories and other materials related to Three.js for 10 years, I don't even know where I found something anymore.
55+
If I have missed some source, please let me know. I've been following various books, courses, repositories and other materials related to Three.js for more than 10 years, I don't even know where I found something anymore.

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,20 +97,20 @@
9797
<body>
9898

9999
<span id="forkongithub">
100-
<a href="https://github.com/create-3d-worlds/create-3d-worlds.github.io" target="_blank">Fork me on GitHub</a>
100+
<a href="https://github.com/threejs-games/threejs-games.github.io" target="_blank">Fork me on GitHub</a>
101101
</span>
102102

103-
<h1>Create 3D worlds</h1>
103+
<h1>Three.js Games</h1>
104104

105-
<p><b>My library of reusable Three.js components.</b></p>
105+
<p><b>A library of reusable Three.js game components.</b></p>
106106

107-
<p><i>Unlike other cool examples that you can just look at, here you can combine different elements and create new scenes. To begin with, you can replace any 3D model or character in these examples.</i></p>
107+
<p><i>Unlike most Three.js games you can only play, here you can combine elements and create new scenes. To get started, you can replace any 3D model or character in the games and examples.</i></p>
108108

109-
<p><i>I hope you will have as much fun as I did making this.</i></p>
109+
<p><i>I hope you will have as much fun as I did making it.</i></p>
110110

111111
<p class="align-right">Mudroljub (developer)</p>
112112

113-
<h2 id="games">Three.js Games</h2>
113+
<h2 id="games">Games</h2>
114114

115115
<ul class="scenes">
116116
<li>

0 commit comments

Comments
 (0)