This repository has been archived by the owner on Jun 19, 2020. It is now read-only.
forked from Bumblebee-Project/Bumblebee-Project.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
45 lines (32 loc) · 1.42 KB
/
about.html
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
---
layout: default
title: About
---
<article>
<h2>About the project</h2>
<p>
If you thought that Bumblebee was dead, it's still alive and kicking! See
<a href="http://wiki.bumblebee-project.org/FAQ">http://wiki.bumblebee-project.org/FAQ</a>
</p>
<p>
The project has been fully rewritten in the C programming language, providing
increased performance and reliability, mostly thanks to a new developer in the
project, Jaron Viëtor (a.k.a. Thulinma). That bring the number of main developers to
4, the three other ones being Peter Wu (a.k.a. Lekensteyn), Joaquín Ignacio
Aramendía (a.k.a. Samsagax) and Bruno Pagani (a.k.a. ArchangeGabriel).
</p>
<p>
The most important new feature is automatic power management support. Yes, since
Bumblebee 3.0 "Tumbleweed", you've got Power Management working out of the box,
without any manual configuration needed. That's not the only one though, the
full changelog could be found at <a href="http://bumblebee-project.org/release-notes-3.0">http://bumblebee-project.org/release-notes-3.0</a>
</p>
</article>
<article>
<h2>The wiki</h2>
The wiki of the project can be found <a href="https://github.com/Bumblebee-Project/Bumblebee/wiki">here</a>.
</article>
<article>
<h2>The code</h2>
The code that makes Bumblebee what it is can be found over <a href="https://github.com/Bumblebee-Project/Bumblebee">here</a>
</article>