0.0.45 • Published 11 days ago

sej v0.0.45

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

Sej Engine

Sej [ˈsɛj]. (Pronounced like the word "say")

SejEngine is an performance oriented 3D editor. It is written in TypeScript and rewrite three.js's editor.

SejEngine is:

  • Performance oriented, but
  • Heavily opinionated

PR Checker

Release

Getting started

Begin by installing sej:

yarn add sej

Use the SEJ namespace to avoid conflicts with other libraries:

import * as SEJ from 'sej';

The SejEngine consists of multiple parts. You are free to pick and choose which parts you want to use. This will determine how your application will look and behave.

To aid you with this, there are some factories that you can use to build your own SejEngine:

const factory = new AbstractExampleFactory();
const sej = factory.build();

The variable sej will now contain a SejEngine that has all the bells and whistles that you need to create simple scene.

Demo

A list of working examples can be found here:

WIP

The purpose of Sej is to be "the future of 3D editors".

This means that Sej will drop support for WebGL in favor WebGPU. However, because of the state of WebGPU (and web in general - yes, I'm looking at you Safari), sej will not be production ready for a while.

Models used

"Spartan Armour MKV - Halo Reach" by McCarthy3D

"Simple Metal Fence" by Blender3D

"City 1" by ithappy

"Pringles Cans | 5 Different Flavours | GAMEREADY" by NKaap

Dependency Graph

Tests

Testing is done locally with cypress.

0.0.45

11 days ago

0.0.42

4 months ago

0.0.43

4 months ago

0.0.44

4 months ago

0.0.40

4 months ago

0.0.38

4 months ago

0.0.39

4 months ago

0.0.37

5 months ago

0.0.36

5 months ago

0.0.30

6 months ago

0.0.31

6 months ago

0.0.32

6 months ago

0.0.33

6 months ago

0.0.34

6 months ago

0.0.35

6 months ago

0.0.26

7 months ago

0.0.27

7 months ago

0.0.28

6 months ago

0.0.29

6 months ago

0.0.25

8 months ago

0.0.24

8 months ago

0.0.23

10 months ago

0.0.22

10 months ago

0.0.21

11 months ago

0.0.20

11 months ago

0.0.19

11 months ago

0.0.18

11 months ago

0.0.17

11 months ago

0.0.16

11 months ago

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

7 years ago