-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (212 loc) · 9.97 KB
/
Copy pathindex.html
File metadata and controls
226 lines (212 loc) · 9.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Machine Learning Compatible Game Engine Lab - GitHub Pages</title>
<meta name="description" content="Research lab for experimental graphics, simulation loops, editor tooling, and C++/OpenGL rendering engines moving toward ML-agent compatibility.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<header class="navbar">
<div class="nav-container">
<a href="https://dragosandreibobu.github.io" class="nav-brand-back">
← <span class="brand-text">Personal Hub</span>
</a>
<div class="nav-org-title">Machine Learning Compatible Game Engine Lab</div>
<nav class="nav-links">
<a href="#mission">Mission</a>
<a href="#connections">Ecosystem</a>
<a href="#projects">Projects</a>
<a href="#docs">Documentation</a>
<a href="https://github.com/Machine-Learning-Compatible-Game-Engine" target="_blank" class="nav-btn">Organization GitHub</a>
</nav>
</div>
</header>
<main class="container">
<!-- Hero -->
<section id="mission" class="hero-section">
<div class="hero-glow"></div>
<span class="badge">Organization Workspace</span>
<h1 class="hero-title">Machine Learning Compatible Game Engine Lab</h1>
<p class="hero-bio">Research lab for experimental graphics, simulation loops, editor tooling, and C++/OpenGL rendering engines moving toward ML-agent compatibility.</p>
</section>
<!-- Connection -->
<section id="connections" class="info-card-section">
<div class="info-card">
<h3>Ecosystem Integration</h3>
<p>Integrates graphics tools with classroom explainers (DigitalChalkLab), AI agents (Hyperspace-Intelligence), and BSc academic work.</p>
<div class="related-orgs">
<strong>Related organizations:</strong>
<div class="related-links">
<a href="https://DigitalChalkLab.github.io" class="related-link">DigitalChalkLab</a> <a href="https://Hyperspace-Intelligence.github.io" class="related-link">Hyperspace-Intelligence</a> <a href="https://UAIC-BSc-ComputerScience.github.io" class="related-link">UAIC-BSc-ComputerScience</a>
</div>
</div>
</div>
</section>
<!-- Projects grid -->
<section id="projects" class="section">
<div class="section-header">
<h2 class="section-title">Projects Directory</h2>
<p class="section-desc">Standard catalog of active development, research modules, and pedagogical resources.</p>
<div class="filters">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="active">Active</button>
<button class="filter-btn" data-filter="research">Research</button>
<button class="filter-btn" data-filter="teaching">Teaching</button>
<button class="filter-btn" data-filter="archived">Archived</button>
</div>
</div>
<div class="projects-grid" id="projects-container">
<!-- Dynamically populated -->
</div>
</section>
<!-- Docs standard -->
<section id="docs" class="section">
<div class="section-header">
<h2 class="section-title">Documentation & Standards</h2>
<p class="section-desc">Unified engineering standards and project architecture specifications.</p>
</div>
<div class="docs-grid">
<a href="docs/overview.md" class="doc-card">
<h4>Overview & Context</h4>
<p>Comprehensive description of this workspace's mission and targets.</p>
</a>
<a href="docs/architecture.md" class="doc-card">
<h4>Architecture & Topology</h4>
<p>Internal software architecture and design pattern guidelines.</p>
</a>
<a href="docs/roadmap.md" class="doc-card">
<h4>Ecosystem Roadmap</h4>
<p>Milestones, feature integrations, and future project phases.</p>
</a>
<a href="docs/projects.md" class="doc-card">
<h4>Project Catalog Specification</h4>
<p>Detailed technical inventory of code repositories.</p>
</a>
<a href="docs/documentation-standard.md" class="doc-card">
<h4>Engineering Standards</h4>
<p>Source directory structures, naming schemes, and git flow rules.</p>
</a>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-container">
<p>Part of the Dragoș-Andrei Bobu project ecosystem • <a href="https://dragosandreibobu.github.io">https://dragosandreibobu.github.io</a></p>
<p><a href="https://github.com/Machine-Learning-Compatible-Game-Engine" target="_blank">GitHub Organization</a></p>
</div>
</footer>
<script>
const projects = [
{
"name": "Machine Learning Compatible Game Engine (full-suite)",
"slug": "mlcge-full-suite",
"organization": "Machine-Learning-Compatible-Game-Engine",
"status": "Research / Thesis",
"summary": "Experimental graphics suite combining a C++/OpenGL rendering core, PyQt editor interface, and simulation loops prepared for future ML-agent bridges.",
"repo": "https://github.com/Machine-Learning-Compatible-Game-Engine/full-suite",
"live": "",
"tags": [
"C++",
"OpenGL",
"PyQt",
"Game Engine",
"Simulation"
],
"related": [
"DigitalChalkLab",
"Hyperspace-Intelligence",
"UAIC-BSc-ComputerScience"
]
},
{
"name": "supEngine",
"slug": "sup-engine",
"organization": "Machine-Learning-Compatible-Game-Engine",
"status": "Active / Research",
"summary": "Focused C++/FreeGLUT engine prototype supporting primitive drawing, simple component-based game objects, and input layers.",
"repo": "https://github.com/Machine-Learning-Compatible-Game-Engine/supEngine",
"live": "",
"tags": [
"C++",
"OpenGL",
"FreeGLUT",
"Simulation Core"
],
"related": [
"DigitalChalkLab"
]
},
{
"name": "abstract-template-for-opengl-render-engine",
"slug": "opengl-render-engine",
"organization": "Machine-Learning-Compatible-Game-Engine",
"status": "Research",
"summary": "Shader compilation wrappers, vertex array layouts, textures, and ImGui diagnostics diagnostics helper engine.",
"repo": "https://github.com/Machine-Learning-Compatible-Game-Engine/abstract-template-for-opengl-render-engine",
"live": "",
"tags": [
"C++",
"OpenGL",
"ImGui",
"Renderer"
],
"related": [
"UAIC-BSc-ComputerScience"
]
}
];
const container = document.getElementById('projects-container');
const filterBtns = document.querySelectorAll('.filter-btn');
function renderProjects(filter = 'all') {
container.innerHTML = '';
projects.forEach(p => {
const statusLower = p.status.toLowerCase();
let shouldShow = false;
if (filter === 'all') {
shouldShow = true;
} else if (filter === 'active' && statusLower.includes('active')) {
shouldShow = true;
} else if (filter === 'research' && statusLower.includes('research')) {
shouldShow = true;
} else if (filter === 'teaching' && statusLower.includes('teaching')) {
shouldShow = true;
} else if (filter === 'archived' && statusLower.includes('archived')) {
shouldShow = true;
}
if (!shouldShow) return;
const card = document.createElement('div');
card.className = 'project-card fade-in';
const badges = p.tags.map(t => `<span class="tag">${t}</span>`).join('');
const relatedLinks = p.related ? p.related.map(r => `<span class="related-org-tag">${r}</span>`).join(' ') : '';
card.innerHTML = `
<div class="project-card-header">
<span class="project-status">${p.status}</span>
</div>
<h3>${p.name}</h3>
<p>${p.summary}</p>
<div class="project-tags">${badges}</div>
${relatedLinks ? `<div class="project-related-orgs"><strong>Related Orgs:</strong> ${relatedLinks}</div>` : ''}
<div class="project-links">
<a href="${p.repo}" target="_blank" class="link-btn">Code Repository</a>
${p.live ? `<a href="${p.live}" target="_blank" class="link-btn primary">Live Demo</a>` : ''}
</div>
`;
container.appendChild(card);
});
}
filterBtns.forEach(btn => {
btn.addEventListener('click', (e) => {
filterBtns.forEach(b => b.classList.remove('active'));
btn.classList.add('active');
renderProjects(btn.dataset.filter);
});
});
renderProjects();
</script>
</body>
</html>